Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jul 14, 2007, 11:11:27 PM (17 years ago)
- Author:
-
John Bailey
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v44
|
v45
|
|
164 | 164 | }}} |
165 | 165 | |
166 | | Background colors can be changed similarly, by finding the correct widget names and setting appropriate bg elements. Other widgets in Pidgin can be controlled in a similar manner. |
| 166 | Background colors can be changed similarly, by finding the correct widget names and setting appropriate bg elements. Other widgets in Pidgin can be controlled in a similar manner. For example, to change the background color for a group, do something similar to the following: |
| 167 | |
| 168 | {{{ |
| 169 | style "NoPidginGroupColor" |
| 170 | { |
| 171 | bg[ACTIVE] = "#FFFFFF" |
| 172 | } |
| 173 | |
| 174 | widget "*pidgin_blist_treeview" style "NoPidginGroupColor" |
| 175 | }}} |
167 | 176 | |
168 | 177 | You could also switch GTK+ themes. Themes and information on using them can be found at http://themes.freshmeat.net, http://art.gnome.org, or by searching on your favorite search engine, such as Google. |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!